dragAndDropOptions

The configuration options for the drag-and-drop functionality.

When using RenderingMode.OFF_SCREEN on all platforms or RenderingMode.HARDWARE_ACCELERATED on macOS, drag-and-drop works only with Compose 1.7.x. In later versions, it’s disabled, and changing this property has no effect. This limitation is due to changes in the Compose API: #416064341.